STEP 9: Let's use an interval event to make fish food fall from the top of the screen every few seconds.
Interval events run once every time a certain number of seconds have passed. The number in the event handler controls the length of the interval. By default, interval events in Codesters run every 2 seconds.
- Click GRAPHICS, then . Drag out an Interval Event to the very bottom of the program.
- Click Run and watch the stage to see what this interval event does.
To navigate the page using the TAB key, first press ESC to exit the code editor.